projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7085174
)
(get_overlay_arrow_glyph_row): Set the charpos of
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Aug 1999 15:36:17 +0000
(15:36 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 11 Aug 1999 15:36:17 +0000
(15:36 +0000)
glyphs to -1.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index ed5b22c879737da0ffffca4a078505cb23fbcfee..9fcead69e7e896a1b7831793de38a4231f86b154 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-9840,6
+9840,7
@@
get_overlay_arrow_glyph_row (w)
/* Compute its width, get its glyphs. */
n_glyphs_before = it.glyph_row->used[TEXT_AREA];
+ SET_TEXT_POS (it.position, -1, -1);
PRODUCE_GLYPHS (&it);
/* If this character doesn't fit any more in the line, we have